﻿.modal-dialog {
    overflow-y: initial !important
}

.modal-content {
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.modal-header {
    background: #8017e1;
    color: #fff;
    padding: 19px 26px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header a {
    color: #fff
    }

.modal-header a:hover {
    color: #fff
        }

.modal-header .close {
    color: #fff
    }

.modal-body {
    padding: 10px 0px 0px 0px;
}

.modal-body .scroll {
    overflow-y: auto;
    height: 500px;
    padding:15px 30px;
    }

.modal-footer {
    padding: .5rem;
    background: #8017e1;
    border: none
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow:none;
    opacity:1;
   
}
button.close {
    padding: 0;
    border: 0;
}
